码迷,mamicode.com
首页 >  
搜索关键字:https ...分类:其他好文 时间:2019-12-08 23:30:14阅读次数:126第一节 哲学家就餐问题 第二节 什么是死锁 第三节 死锁的定义 第四节 死锁发生的条件 第五节 如何避免死锁 5.1 动态避免,银行家算法(杠杆分配    ( 132426个结果
下拉搜索框(兼容ie8)
github上找到的然后自己稍微改了一下,省的后面要找找不到 地址 // 搜索下拉框 var flag = true ; (function(root, factory) { if (typeof exports 'object') { //umd module.exports =factory($ ...
分类:其他好文   时间:2021-06-08 23:35:31    阅读次数:0
源码编译安装pg13
源码下载地址:https://www.postgresql.org/ftp/source/ [root@muze1 data]# wget https://ftp.postgresql.org/pub/source/v13.2/postgresql-13.2.tar.gz-- 创建用户groupad ...
分类:其他好文   时间:2021-06-08 23:32:32    阅读次数:0
使用iview Form 的resetFields()在f12下报错
使用iview Form 的resetFields()在f12下报错,有时候有问题,有时候没问题,一直也没搞懂究竟是什么原因。 今天在网上找资料,发现思否的一篇文章:https://segmentfault.com/q/1010000015202921,然后就明白了。 以下内容为引用: 你的 For ...
分类:其他好文   时间:2021-06-08 23:25:04    阅读次数:0
RocketMQ安装若干问题
1. Cannot allocate memory RocketMQ默认安装需要使用8G的内存,所以如果内存不够会导致启动失败,这时需要修改配置文件bin/runbroker.sh,修改xms、xmx和xmn。参考https://www.cnblogs.com/freeweb/p/7817968.h ...
分类:其他好文   时间:2021-06-08 23:24:24    阅读次数:0
Containers architecture In Linux and Windows
Windows 容器平台 | 微软文档 https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/containerd ...
分类:Windows程序   时间:2021-06-08 23:24:07    阅读次数:0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
Centos 安装 Miniconda
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:其他好文   时间:2021-06-08 23:20:21    阅读次数:0
letsencrypt免费https泛域名(*.yourdomain.com)证书申请
安装环境CentOS *.example.com形式的域名即为泛域名,不通的子域名共用一个证书,省去多次申请的烦恼 1.工具安装 安装最新的certbot yum install -y certbot 已安装certbot,需要升级至高版本 yum update -y certbot 2.证书申请 ...
分类:Web程序   时间:2021-06-08 23:18:24    阅读次数:0
多线程2
volatile 作用 保证线程可见性 使用volatile,将会强制所有线程都去堆内存中读取变量的值 -MESI(CPU的缓存一致性协议) 详细可看 https://www.cnblogs.com/z00377750/p/9180644.html 禁止指令重排序(CPU级别的支持) cpu级别增加 ...
分类:编程语言   时间:2021-06-08 23:17:33    阅读次数:0
Windows UI 库 (WinUI)
https://docs.microsoft.com/zh-cn/windows/apps/winui/ Windows UI 库 (WinUI) 是适用于 Windows 桌面应用程序和 UWP 应用程序的本机用户体验 (UX) 框架。 通过将 Fluent Design 系统整合到所有体验、控件 ...
分类:Windows程序   时间:2021-06-08 23:15:30    阅读次数:0
132426条   上一页 1 ... 60 61 62 63 64 ... 13243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!